home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / Internal_14_test2.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  147 b   |  10 lines

  1. on mouseEnter me
  2.   set the visible of sprite 18 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   set the visible of sprite 18 to 0
  8.   updateStage()
  9. end
  10.